home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Programming / AmigaTalk / TestFiles / TestCurses < prev    next >
Text File  |  1998-10-07  |  417b  |  12 lines

  1. )i AmigaTalk:User/Curses.st
  2. cur <- Curses new
  3. cur initializeWithColors: 4
  4. 'This is the Curses package screen.'    printAt: 20 @ 2
  5. 'In order to use AmigaTalk, press the ' printAt: 20 @ 3
  6. 'Left-Amiga & the ''m'' key together.'  printAt: 20 @ 4
  7. '/-------------\' printAt: 30 @ 10
  8. '|   O     O   |' printAt: 30 @ 11
  9. '|     \/      |' printAt: 30 @ 12
  10. '|  \______/   |' printAt: 30 @ 13
  11. '\____________/ ' printAt: 30 @ 14
  12.